From: Chong Yidong Date: Sat, 21 Apr 2007 20:03:53 +0000 (+0000) Subject: * progmodes/mantemp.el (mantemp-make-mantemps-region) X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~703 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4e8c1aeaa06e9f8506d82d417e2c7fd6472262fa;p=emacs.git * progmodes/mantemp.el (mantemp-make-mantemps-region) (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines) (mantemp-remove-memfuncs): Use delete-region instead of kill-word and kill-line. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3194c3f8ad0..5267bd194a1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -5,6 +5,11 @@ 2007-04-21 Chong Yidong + * progmodes/mantemp.el (mantemp-make-mantemps-region) + (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines) + (mantemp-remove-memfuncs): Use delete-region instead of kill-word + and kill-line. + * progmodes/vhdl-mode.el (vhdl-template-type) (vhdl-template-record, vhdl-template-nature) (vhdl-template-configuration-spec, vhdl-template-component-inst)